home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-08 | 682 b | 34 lines | [TEXT/MPS ] |
-
- # $Workfile: pLayer.make $
- # $Revision: 1.0 $
-
- # A pallette program, requiring system 7.1's Text Service Manager
-
- # © 1993 CE Software, Inc. All rights reserved.
-
- # WHEN WHO WHAT
-
- #•••••
- #
- #•••••
-
-
- pLayer ƒ pLayer.p.o pLayerUnit.p.o pLayerUnit.a.o pLayer.rsrc pLayer.make
- duplicate pLayer.rsrc pLayer -y
- Link pLayer.p.o pLayerUnit.p.o -w ∂
- pLayerUnit.a.o ∂
- -sg "Main" ∂
- {Libraries}Interface.o ∂
- {Libraries}Runtime.o ∂
- {PLibraries}Paslib.o ∂
- -br on -srtsg all ∂
- -o pLayer ∂
- -t 'APPL' -c 'pLay'
- Setfile -a B pLayer
-
- pLayer.p.o ƒ pLayer.p
- Pascal pLayer.p
-
- pLayer.rsrc ƒ pLayer.r
- rez types.r systypes.r pLayer.r -o pLayer.rsrc -t 'rsrc' -c 'rsed' -append
-